home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-12-10 | 288 b | 7 lines | [TEXT/R*ch] |
- If "`Exists -d "{PPCLibraries}"`"
- For i in `files -f -t 'XCOF' "{PPCLibraries}"`;
- DumpXCOFF -n All "{i}" | streamedit -e "1 delete; /(Å)¨1/ replace /[ ]*(Å)¨1/ ¨1'¶t{i}'" >> "{MPW}"PPCLibraries.index
- End;
- sort -l -unique "{MPW}"PPCLibraries.index -o "{MPW}"PPCLibraries.index
- End;
-